Tiny change to zoom info for SA2005/Topo5, thanks to test file from Mark McFate
authorparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 29 Mar 2005 14:46:01 +0000 (14:46 +0000)
committerparkrrrr <parkrrrr@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Tue, 29 Mar 2005 14:46:01 +0000 (14:46 +0000)
gpsbabel/intdoc/SA2003_an1_dump.pl

index 208eca7fc0ec76149e84bd68f260e0341a4b6afd..10ec33f78f49704ccf26166788d31c01df42a003 100644 (file)
@@ -128,9 +128,10 @@ print( "$wptcount waypoints\n" );
 while ( $wptcount ) {
 
   ($magic, $unk1, $lon, $lat, $type, $height, $width, $unk2, $unk3, $serial, 
-   $unk4, $zoom, $unk5, $circle_radius, $name, $font, $guid, $fontcolor, 
-   $fontstyle, $fontsize, $unk6, $outlinecolor, $unk7, $fillcolor, $unk8, $unk9 ) = 
-   shiftunpack( 'slllsllssssssds/a*s/a*a[16]lllllllll' );
+   $unk4, $create_zoom, $visible_zoom, $unk5, $circle_radius, $name, $font, 
+   $guid, $fontcolor, $fontstyle, $fontsize, $unk6, $outlinecolor, $unk7, 
+   $fillcolor, $unk8, $unk9 ) = 
+   shiftunpack( 'slllsllssssCCsds/a*s/a*a[16]lllllllll' );
 
    # fontcolor is BGR (i.e. pure blue is 0xff00000, pure red is 0x0000ff)
    # fontstyle is 0x10-bold, 0x20-italic, 0x80-underline